

This is data that can be used for Problem 8.14(c).  There are three separate data sets.  You pick one of them and load it into MATLAB using the commands like the following:

data=importdata('data8_14A.txt');
xd=data(1,:);
yd=data(2,:);
nd=length(xd);






